ComponentOne ASP.NET MVC Controls
Levels Method (FibonacciFansBuilder<T>)

C1.Web.Mvc.Finance.Fluent Namespace > FibonacciFansBuilder<T> Class : Levels Method
The value.
Configurates C1.Web.Mvc.Finance.FibonacciFans<T>.Levels. Sets the array of levels for plotting.
Syntax
'Declaration
 
Public Function Levels( _
   ByVal value() As Double _
) As FibonacciFansBuilder(Of T)
public FibonacciFansBuilder<T> Levels( 
   double[] value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FibonacciFansBuilder<T> Class
FibonacciFansBuilder<T> Members